home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000431_news@columbia.edu_Tue Sep 26 05:46:41 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA19037
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 26 Sep 1995 06:04:22 -0400
  3. Received: by apakabar.cc.columbia.edu id AA20053
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 26 Sep 1995 06:04:20 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!netline-fddi.jpl.nasa.gov!usenet.eel.ufl.edu!news.mathworks.com!tank.news.pipex.net!pipex!news.sprintlink.net!cpmt.cyberport.net!usenet
  6. From: christmn@cyberport.net (Richard Christman)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: sending AT commands with Kermit...?
  9. Date: Tue, 26 Sep 1995 05:46:41 GMT
  10. Organization: Cyberport Montana.
  11. Lines: 27
  12. Message-Id: <44843c$rua@cpmt.cyberport.net>
  13. Nntp-Posting-Host: cpmt2.cyberport.net
  14. X-Newsreader: Forte Free Agent v0.55
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. hi all,
  18.  
  19. some time back i ask about how one would send AT commands to a modem
  20. using kermit. i received the instructions:
  21. set line /dev/tty<whatever> 
  22. set carrier off
  23. connect
  24. then type AT commands to my hearts content :)
  25.  
  26. you know what, i get an immediate disconnect after connect...
  27. C-Kermit>set line /dev/ttyA14
  28. C-Kermit>set carrier off
  29. C-Kermit>connect
  30. Connecting to /dev/ttyA14, speed 19200.
  31. The escape character is Ctrl-\ (ASCII 28, FS)
  32. Type the escape character followed by C to get back,
  33. or followed by ? to see other options.
  34.  
  35. Communications disconnect (Back at cpmt2.cyberport.net)
  36. C-Kermit>
  37.  
  38. what am i doing wrong?
  39.  
  40. tia
  41.  
  42. richard
  43.